-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix checklist for BCD upgrades workflow #2073
Conversation
A follow up to web-platform-dx#2043
@Elchi3 if you'd have another look at this, I'd appreciate it. 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks a lot cleaner to me. Fingers crossed this time :)
@ddbeck this seems to fail on regular PRs: https://github.com/web-platform-dx/web-features/actions/runs/11499270152
|
A follow up to #2043.
This workflow on the first attempt: https://github.com/web-platform-dx/web-features/actions/runs/11496579249/job/31998472971?pr=2071#logs
Problems:
To fix this, I did these things:
Switched to using https://github.com/dependabot/fetch-metadata instead (to avoid a slow checkout)
Unfortunately, this makes the PR basically untestable—you can't force Dependabot to do anything. We'll find out if it works tomorrow, I guess.
Set
continue-on-error
for both steps, since failures of this workflow shouldn't mark the PR as failing